home *** CD-ROM | disk | FTP | other *** search
/ The Pegasus Disc / The Pegasus Disc 2000.bin / pc / tutorials / credits / credits.css < prev    next >
Cascading Style Sheet File  |  2000-06-16  |  363b  |  27 lines

  1. BODY    {
  2.     background-color: #000000; 
  3.     }
  4.  
  5. #superhead
  6.      { 
  7.     font-family: Arial, Helvetica, sans-serif; 
  8.     font-size: 200%;
  9.     }
  10.  
  11. #head
  12.      {    
  13.     font-family: Arial, Helvetica, sans-serif;
  14.     font-size: 130%;
  15.     }
  16.  
  17. #bullet
  18.      { 
  19.     font-family: Arial, Helvetica, sans-serif; 
  20.     font-size: 105%;
  21.     }
  22.  
  23. .nounder 
  24.     { 
  25.     text-decoration: none;
  26.     color: #F7E700;
  27.     }